@charset "utf-8";
/* CSS Document */

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.qwitcher-grypen-bold {
  font-family: "Qwitcher Grypen", cursive;
  font-weight: 700;
  font-style: normal;
}


.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.85;
    z-index: 100;
	padding-bottom: 20px;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
	padding-bottom: 20px;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1.3rem;
}

.navbar a{
    color: #444;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #117964;
}

@media (max-width: 966px){
    .navbar{
        opacity: 0.95;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines{
        display: block;
    }

    .navbar-container{
        display: block;
        position: relative;
        height: 64px;
    }

    .navbar-container input[type="checkbox"]{
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    }

    .navbar-container .hamburger-lines{
        display: block;
        height: 28px;
        width: 35px;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navbar-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #333;
    }
    
    .navbar-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }

    .navbar-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.3s ease-in-out;
    }

    .navbar .menu-items{
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        max-width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform 0.5s ease-in-out;
        box-shadow:  5px 0px 10px 0px #aaa;
        overflow: scroll;
    }

    .navbar .menu-items li{
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight: 500;
    }

    .logo{
        position: absolute;
        
        right: 15px;
        font-size: 2.5rem;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items{
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
        transform: rotate(45deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
        transform: rotate(-45deg);
    }

}

@media (max-width: 500px){
    .navbar-container input[type="checkbox"]:checked ~ .logo{
        display: none;
    }
}
.backgrounds{
	background-image: url("images/back-ground-img-01.jpg");
	height: 500px;
 background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
		
}
.backgrounds h1{font-family:"Qwitcher Grypen", cursive;
	font-weight:700; 
	font-size: 100px;
	text-align: center;
	
	color: #fff;

}
.backgrounds h6{font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" ;
	font-weight: 300; 
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;

}


.button {
      border: none;
      color: #000000;
      padding: 18px 58px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      transition-duration: 0.4s;
      cursor: pointer;
    }

    .button1 {
      background-color: hsla(0, 0%, 0%, 0.01); 
      color: #fff; 
      border: 2px solid #a97326;
    }

    .button1:hover {
      background-color: #a97326;
      color:white;
    }


    @media (max-width: 974px) { /* Adjust as needed for mobile devices */
      .backgrounds h1 {
        font-size: 1.75rem; /* Smaller font size for mobile */
      }

      .backgrounds h6 {
        font-size: 1rem; /* Smaller font size for mobile */
        margin-top: 8px; /* Adjust margin for mobile */
		  
      }

      .button {
        padding: 12px 24px; /* Smaller padding for mobile */
        font-size: 14px; /* Smaller font size for mobile */
		 display: inline-block!important;
        width: 50%!important;
        
        margin-top: 10px;
      }
    }




.responsive {
  width: 100%;
  height: auto;
}
.img{
  border-radius: 10px;
}

.padding{
	margin-top: 70px
}

.button-2 {
	text-align: center;
      background-color: hsla(0, 0%, 0%, 0.01); 
      color: #000; 
      border: 2px solid #a97326;
	 
	
    }

    .button-2:hover {
      background-color: #a97326;
      color:#fff;
    }
.about h2{
	font-family: "Qwitcher Grypen", cursive;
	font-weight:700; 
	font-size: 72px;
	color: #a97326;
}



/* Mobile styles About */
@media (max-width: 974px) {
    .row {
        display: flex;
        flex-direction: column;
    }

    .col-12 {
        width: 100%;
    }
.col-6 {
    flex: 0 0 auto;
	width: 100%!important;
	padding-right:15px;
	padding-left:15px;
	}
	.about h2{
		
		text-align: left!important;
		padding-top:20px!important;
	}
	.about p{
		
		padding-top: 5px;
		font-size:16px!important;
	}

    

    .img {
        width: 100%;
        height: auto;
    }

    .button-2 {
        display: block;
        width: 100%;
        text-align: center!important;
		align-items: center!important;
        margin-top: 10px;
    }
	.button-2 {
        width: 100%;
        
    }
}

.welcome h2{font-family:"Qwitcher Grypen", cursive;
	font-weight:700; 
	font-size: 72px;
	text-align: center;
	color: #a97326;
	
}

  /* Center content and apply padding */
.color {
    padding: 20px;
    text-align: center;
}

.col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .row {
        flex-direction: column;
    }

    .col-4 {
        flex: 1 1 100%; /* Make each column take full width */
        margin-bottom: 20px; /* Add space between rows */
    }
}

@media (max-width: 576px) {
    .img-center {
        width: 60px;
        height: 60px;
    }

    .color {
        padding: 15px;
    }

    .col-center p {
        font-size: 14px;
    }
}
/*---------------log-slider---------*/


h3{
	font-family:"Qwitcher Grypen", cursive;
	font-weight:700!important; 
	font-size: 72px!important;
	text-align: center!important;
	color: #a97326!important;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 150%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.color{
	
background-color:#D9D7D7;
}
 .img-center {
            display: block;
            margin: 0 auto;
        }
        .col-center {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

 .customer-logos {
            display: flex;
            overflow: hidden;
            padding: 20px;
            justify-content: center;
            gap: 10px;
        }
        .slide img {
            max-width: 100%;
            height: auto;
        }
        @media (max-width: 768px) {
            .col-4 {
                flex: 0 0 100%;
                max-width: 100%;
				text-align: center;
            }
}



.tile
{
  width:80%;
  margin:60px auto;
}
#tile-1 .tab-pane
{
  padding:15px;
  height:80px;
}
#tile-1 .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:#fff;
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  border-radius:6px;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  padding: 20px 40px!important;
  font-size:16px;
  border:none!important;
  color:#333;
}
#tile-1 .nav-tabs a:hover
{
  background-color:#fff!important;
  border:none;
}
#tile-1 .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:#39bcd3;
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
#tile-1 .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:#39bcd3!important;
}

.background-img{
	background-image: url("images/side-banner.jpg");
 height: 400px;
 background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
		
}

 .col-center {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
    .img-fluid {
      max-width: 100%;
      height: auto;
    }
    .text-center h6 {
      margin: 0;
    }
.align-items-center {
    align-items: center !important;
    padding-top: 20px;
	padding-bottom: 20px;
}


/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 2000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 2000ms linear 0s;
  }
}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.kb-caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 80%;
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.kb-caption h1 {
  animation-delay: 1s;
  color: #0000;
  background: #fff;
}

.kb-caption h3 {
  animation-delay: 1.5s;
  color: #191818;
  background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}


.contact-us h1{ 
font-family:"Myriad Pro"; 
font-weight: 400; 
font-size: 80px; 
color:#FFFFFF; 
margin-top: 50px;
}
.contact-us p{ 
font-family:Lato; 
font-weight: 300; 
font-size:26px; 
color:#e7e2e2;
}


.form-shadow{
-webkit-box-shadow: 7px 3px 20px 0px rgba(148,143,148,1);
-moz-box-shadow: 7px 3px 20px 0px rgba(148,143,148,1);
box-shadow: 7px 3px 20px 0px rgba(148,143,148,1);
padding: 30px 0px 30px 0px;
}
.sm-4 {
    margin-bottom: 0.4rem!important;
}
.col-6 {
	padding: 0px!important;
}
.form-background{
	background-image: url("images/pexels-geraud-pfeiffer-6605301.jpg");
	
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	-webkit-box-shadow: -7px 3px 20px 0px rgba(148,143,148,1);
-moz-box-shadow: -7px 3px 20px 0px rgba(148,143,148,1);
box-shadow: -7px 3px 20px 0px rgba(148,143,148,1);
}
.padding
{
	margin-top: 50px!important;
	margin-bottom: 80px!important;
}

.pad h1{
	font-family: "Qwitcher Grypen", cursive;
	font-weight:700; 
	font-size: 150px;
	color: #a97326;
	
	text-align: center;
	padding-bottom: 40px;
	
}

.icon{
	padding-top: 50px;
	text-align: center;
}
.icon h5{ 
font-family:"Myriad Pro"; 
font-weight: 400; 
font-size: 24px; 
color:#000; 
margin-top: 10px;
}
.icon p{ 
font-family:Lato; 
font-weight: 300; 
font-size: 16px; 
color:#0F0F0F;
}

.modal-backdrop{
z-index: 100 !important;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .pad, .padding {
        padding-top: 15px; /* Adjust padding for tablets */
    }

    h1 {
        font-size: 24px; /* Adjust font size for tablets */
    }
}

@media (max-width: 576px) {
    .pad, .padding {
        padding-top: 10px!important; /* Adjust padding for mobile devices */
    }

    h1 {
        font-size: 80px!important; /* Adjust font size for mobile devices */
    }
}

.pad{
	background-image:url("images/about-img.png");
	height: 400px;
 background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
		 display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.center{
	 display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	paddind-top: 50px;
}

.center h1{
	font-family: "Qwitcher Grypen", cursive;
	font-weight:700; 
	font-size: 72px;
	color: #a97326;
	text-align: center;
	padding-top: 20px;
}


/* Mobile styling */
@media (max-width: 768px) {
    .row {
        flex-direction: row;
    }

    .col {
        max-width: 50%;
    }

    .responsive-img {
        width: 100%;
        height: 200px!important;
    }
	.centers p{
	padding-top: 20px!important;
}
}
.center p{
	padding-top: 20px;
	text-align: center;
}

.container.centers {
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Content styling */

.centers p{
	padding-top:146px;
}

.centerss h1{
	font-family: "Qwitcher Grypen", cursive;
	font-weight:700; 
	font-size: 72px;
	color: #a97326;
	padding-top: 50px;
}
.centerss p{
	padding-right: 30px;
	
}



.bg-footer {
    background-color: #fff;
    padding: 50px 0 30px;
}
.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #000;
    line-height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #0000;
    font-size: 14px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #424041;
    color: #ffffff;
}

.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}
